home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / docs / help / adosguide.lha / ADOSguide / ADOS commands / Addbuffers next >
Encoding:
Text File  |  1999-05-09  |  882 b   |  35 lines

  1.                           --AMIGADOS GUIDE V2.6--
  2.                                 ADDBUFFERS
  3.  
  4.  
  5.    USE:
  6.    Addbuffers allocates a small amount of RAM to act as a sector cache or
  7.    buffer.  This has the effect of speeding up system loading times.
  8.  
  9.    PATH:
  10.    C:
  11.  
  12.    SYSTEM:
  13.    2.0, 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    1>ADDBUFFERS HD0: (Default)
  17.    1>ADDBUFFERS DF0: 22
  18.    1>ADDBUFFERS DF1: 44
  19.  
  20.    NOTES:
  21.    Remember that allocating only a small amount of memory could slow down
  22.    your system.  All that is usually required is one complete cylinder's
  23.    worth of information:
  24.    (20-25 buffers)
  25.  
  26.    1 sector = 512 bytes
  27.    1 buffer = 512 bytes
  28.    1 track  = 11 sectors
  29.    2 sides  = 2 tracks (or 1 cylinder
  30.  
  31.    By not supplying an argument for the number of buffers, the command
  32.    returns the number of cache buffers currently allocated to your 
  33.    specified device. (see example 1 above)
  34.  
  35.